type net/http.http2FrameType
20 uses
net/http (current package)
h2_bundle.go#L1425: type http2FrameType uint8
h2_bundle.go#L1428: http2FrameData http2FrameType = 0x0
h2_bundle.go#L1429: http2FrameHeaders http2FrameType = 0x1
h2_bundle.go#L1430: http2FramePriority http2FrameType = 0x2
h2_bundle.go#L1431: http2FrameRSTStream http2FrameType = 0x3
h2_bundle.go#L1432: http2FrameSettings http2FrameType = 0x4
h2_bundle.go#L1433: http2FramePushPromise http2FrameType = 0x5
h2_bundle.go#L1434: http2FramePing http2FrameType = 0x6
h2_bundle.go#L1435: http2FrameGoAway http2FrameType = 0x7
h2_bundle.go#L1436: http2FrameWindowUpdate http2FrameType = 0x8
h2_bundle.go#L1437: http2FrameContinuation http2FrameType = 0x9
h2_bundle.go#L1440: var http2frameName = map[http2FrameType]string{
h2_bundle.go#L1453: func (t http2FrameType) String() string {
h2_bundle.go#L1494: var http2flagName = map[http2FrameType]map[http2Flags]string{
h2_bundle.go#L1525: var http2frameParsers = map[http2FrameType]http2frameParser{
h2_bundle.go#L1538: func http2typeFrameParser(t http2FrameType) http2frameParser {
h2_bundle.go#L1554: Type http2FrameType
h2_bundle.go#L1641: Type: http2FrameType(buf[3]),
h2_bundle.go#L1740: func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32) {
h2_bundle.go#L2790: func (f *http2Framer) WriteRawFrame(t http2FrameType, flags http2Flags, streamID uint32, payload []byte) error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |